From c6188975d2da6c1696c4433f6fce8ae4c9a6ac38 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Wed, 12 Apr 2023 08:15:20 -0300 Subject: bin/: Make help string more consistent across several executables --- bin/vcs | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'bin/vcs') diff --git a/bin/vcs b/bin/vcs index 95a597a..6913348 100755 --- a/bin/vcs +++ b/bin/vcs @@ -191,6 +191,22 @@ help() { - status - gc - ls + + + Wrapper command for normalizing options of differenct version + control software. + + + Examples: + + Say the type of repo in "project/": + + $ vcs -C project/ -t + + + Fetch updates for VCS in current directory: + + $ vcs fetch EOF } -- cgit v1.2.3