Skip to content

Commit a7e873a

Browse files
committed
clarify check command
1 parent b7f444b commit a7e873a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git_sym.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ def parse_args():
415415
help='If not given, walk through tree to find relevant symlinks.')
416416

417417
parser_check = subs.add_parser('check',
418-
help='Look for the first unresolved symlink, if any. Return 1 if found. (Intended for scripting. Humans should use "missing".')
418+
help='Look for the first unresolved symlink, if any. Return 1 unless all symlinks are resolved. (Intended for scripting. Humans should use "missing".')
419419
parser_check.add_argument('symlinks', nargs='*',
420420
help='If not given, walk through tree to find relevant symlinks.')
421421

0 commit comments

Comments
 (0)