File tree Expand file tree Collapse file tree 2 files changed +13
-13
lines changed
Expand file tree Collapse file tree 2 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -22,21 +22,21 @@ xxh <server>
2222
2323## Usage
2424```
25- $ xxh --help
26- usage: xxh [-h] [-i] [-if] [-rxh REMOTE_XXH_HOME] [-m METHOD] [-lh LOCAL_HOME]
27- [-V]
25+ $ xxh -h
26+ usage: xxh [-h] [-i] [-if] [-rxh REMOTE_XXH_HOME] [-m METHOD]
27+ [-lxh LOCAL_XXH_HOME] [- V]
2828 [destination]
2929
3030The xxh is for using the xonsh shell wherever you go through the ssh.
3131
32- ____ _________ @ @
33- ______ / \ \__/
34- ____ / ____ \ / \ contribution
35- _____ / / \ \ / _/ https://github.com/xonssh/xxh
36- ___ ( \ \_/ ) /
32+ ___ _________ @ @
33+ _____ / \ \__/
34+ ___ / ____ \ / \ contribution
35+ ____ / / \ \ / _/ https://github.com/xonssh/xxh
36+ __ ( \ \_/ ) /
3737 \ \_____/ / / plugins
38- ___\ / / https://github.com/search?q=xxh-plugin
39- /____\_________/___ /
38+ __\___________ / / https://github.com/search?q=xxh-plugin
39+ /_________________ /
4040
4141positional arguments:
4242 destination Destination may be specified as hostname or server name from ~/.ssh/config
@@ -49,7 +49,7 @@ optional arguments:
4949 Set the remote xxh home directory. Default: ~/.xxh
5050 -m METHOD, --method METHOD
5151 Installation method. Currently supported only 'appimage' method
52- -lh LOCAL_HOME , --local-home LOCAL_HOME
52+ -lxh LOCAL_XXH_HOME , --local-xxh- home LOCAL_XXH_HOME
5353 Local xxh home path. Default: ~/.xxh
5454 -V, --version Show xxh version
5555```
Original file line number Diff line number Diff line change @@ -40,8 +40,8 @@ def xonssh():
4040 {s}____ / / \\ \\ / _/ {url_xxh_github}
4141 {s}__ ( \\ \\_/ ) /
4242 \\ \\_____/ / / plugins
43- {' ' if not t else ''} _{t}_\\ / / {url_xxh_plugins_search}
44- {' ' if not t else ''} /_{t}__\\_________/___ /
43+ {' ' if not t else ''} _{t}_\\___________ / / {url_xxh_plugins_search}
44+ {' ' if not t else ''} /_{t}________________ /
4545
4646"""
4747
You can’t perform that action at this time.
0 commit comments