You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: git_sym.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -415,7 +415,7 @@ def parse_args():
415
415
help='If not given, walk through tree to find relevant symlinks.')
416
416
417
417
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".')
419
419
parser_check.add_argument('symlinks', nargs='*',
420
420
help='If not given, walk through tree to find relevant symlinks.')
0 commit comments