Skip to content
This repository has been archived by the owner on May 6, 2024. It is now read-only.

Commit

Permalink
I think -u is more intuitive than -d here.
Browse files Browse the repository at this point in the history
  • Loading branch information
Aramgutang committed Nov 16, 2011
1 parent 7a32d9b commit e7ad029
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integrator.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

# Set up the command-line parameters
parser = optparse.OptionParser()
parser.add_option('-d', '--last-updated', dest='last_updated',
parser.add_option('-u', '--last-updated', dest='last_updated',
help='Set the last update date of the DBPedia instance in '
'YYYY-MM-DD-HH-IIIIII format and quit (at least YYYY-MM required).',
)
Expand Down

0 comments on commit e7ad029

Please sign in to comment.