Improve git utilities for non-existent subdirectories
[hvutilities.git] / scripts / vs
index 6719db1..69709ad 100755 (executable)
@@ -6,6 +6,8 @@ print_usage()
 {
     echo "$(basename $0) -- status for version control (${VCS_SUPPORTED})."
     echo "Usage: $(basename $0) [OPTIONS...]"
+    echo "Options:"
+    echo "  -h   display this help and exit"
 }
 
 if [ "x${1}" = "x--help" ]; then