mirror of
https://github.com/openRuyi-Project/openRuyi.git
synced 2026-04-28 03:02:51 +00:00
scripts/remoteassetify.py: Fix typo in help message
Fix typo .py -> .spec Signed-off-by: Vivian Wang <wangruikang@iscas.ac.cn>
This commit is contained in:
@@ -23,7 +23,7 @@ arg_parser = argparse.ArgumentParser(
|
||||
epilog = f'''{sys.argv[0]} does not edit spec files directly.
|
||||
Pipe the output into 'git apply' to apply the patch:
|
||||
|
||||
$ {sys.argv[0]} SPECS/<package>/<package>.py | git apply
|
||||
$ {sys.argv[0]} SPECS/<package>/<package>.spec | git apply
|
||||
''',
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user