Skip to content

Commit 6ee7333

Browse files
author
Chris Allegretta
committed
Add "TAG" metavar for argparse option instead of the default.
1 parent ff1ce22 commit 6ee7333

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

feediverse.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ def main():
2525
help="config file to use",
2626
default=os.path.expanduser(DEFAULT_CONFIG_FILE))
2727
parser.add_argument("-d", "--dedupe",
28-
help="dedupe against the given field",
29-
default="")
28+
help="dedupe against the given tag",
29+
default="", metavar="TAG")
3030

3131
args = parser.parse_args()
3232
config_file = args.config

0 commit comments

Comments
 (0)