From 46963ee3d9e3aaaf23c96f1092bdd442384cc376 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Fri, 3 Mar 2023 13:14:20 -0300 Subject: bin/vcs: Update help string --- bin/vcs | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'bin/vcs') diff --git a/bin/vcs b/bin/vcs index 3ffa9ab..4140ffd 100755 --- a/bin/vcs +++ b/bin/vcs @@ -169,7 +169,8 @@ usage() { cat <<-'EOF' Usage: vcs [-C DIR] ACTION - vcs [-C DIR] -l|-t + vcs [-C DIR] -t + vcs -l vcs -h EOF } @@ -187,6 +188,9 @@ help() { ACTION the action to be performed on the repository: - fetch - ps1 + - status + - gc + - ls EOF } -- cgit v1.2.3