diff options
author | Malf Furious <m@lfurio.us> | 2017-04-28 00:17:59 -0400 |
---|---|---|
committer | Malf Furious <m@lfurio.us> | 2017-04-28 00:17:59 -0400 |
commit | 9ada601ecdbe5b03b15385e9e65d98ad3aad7ff7 (patch) | |
tree | 32350314de4407f673766ad32d66725c6bae1867 /checkout.sh | |
parent | d90fbde7a9805c984ef4c126f5ab58113a8488ef (diff) | |
download | systrunk-9ada601ecdbe5b03b15385e9e65d98ad3aad7ff7.tar.gz systrunk-9ada601ecdbe5b03b15385e9e65d98ad3aad7ff7.zip |
Update synopsis of checkout command
Diffstat (limited to 'checkout.sh')
-rw-r--r-- | checkout.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/checkout.sh b/checkout.sh index 5ea4b70..01a9bf0 100644 --- a/checkout.sh +++ b/checkout.sh @@ -1,5 +1,5 @@ ## -# systrunk checkout [[<remote>] <path>] <version> +# systrunk checkout <version> [[<remote>] <path>] # # Reset a worktree to the state at <version>. If <path> is given, # checkout also initializes a new worktree at the CWD. If <remote> |