Skip to content

Commit f6fa640

Browse files
committed
dirname: Fix parser setup error
1 parent 6649256 commit f6fa640

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

userland/utilities/dirname.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
" or '.' if NAME is the only component."
1212
),
1313
)
14-
parser.add_option("--help", action="help", help="show usage information and exit")
1514

1615
parser.add_option(
1716
"-z",

0 commit comments

Comments
 (0)