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:
2026-04-22 10:30:22 +08:00
committed by Z572
parent dbb7c29742
commit a994d29926

View File

@@ -23,7 +23,7 @@ arg_parser = argparse.ArgumentParser(
epilog = f'''{sys.argv[0]} does not edit spec files directly. epilog = f'''{sys.argv[0]} does not edit spec files directly.
Pipe the output into 'git apply' to apply the patch: 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
''', ''',
) )