mirror of
https://github.com/xxh/xxh
synced 2024-11-27 14:11:05 +00:00
This commit is contained in:
parent
928056a057
commit
208d695923
1 changed files with 1 additions and 1 deletions
2
xxh
2
xxh
|
@ -69,7 +69,7 @@ argp.usage = """xxh [ssh arguments] [user@]host[:port] [xxh arguments]
|
|||
|
||||
usage: xxh [-h] [-V] [-p SSH_PORT] [-l SSH_LOGIN] [-i SSH_PRIVATE_KEY] [-o SSH_OPTION -o ...]
|
||||
[user@]host[:port]
|
||||
[+i] [+if] [+lxh LOCAL_XXH_HOME] [+hxh HOST_XXH_HOME] [+m METHOD] [+v] [+vv]
|
||||
[+i] [+if] [+lxh LOCAL_XXH_HOME] [+hxh HOST_XXH_HOME] [+he FILE] [+m METHOD] [+v] [+vv]
|
||||
"""
|
||||
help = argp.format_help().replace('\n +','\n\nxxh arguments:\n +',1).replace('optional ', 'common ')\
|
||||
.replace('number and exit', 'number and exit\n\nssh arguments:').replace('positional ', 'required ')
|
||||
|
|
Loading…
Reference in a new issue