|
168 | 168 | readable and/or writable for the current user (or the user logged in to a
|
169 | 169 | remote system over SSH).
|
170 | 170 |
|
171 |
| - -U, --unix-timestamp |
| 171 | + -s, --stat-timestamp |
172 | 172 |
|
173 |
| - Consider using mtime timestamps, instead of filenames, to determine the |
| 173 | + Use mtime stat timestamps, instead of filenames, to determine the |
174 | 174 | date of each file.
|
175 | 175 |
|
176 | 176 | -S, --syslog=CHOICE
|
@@ -250,7 +250,7 @@ def main():
|
250 | 250 | 'minutely=', 'hourly=', 'daily=', 'weekly=', 'monthly=', 'yearly=',
|
251 | 251 | 'timestamp-pattern=', 'include=', 'exclude=', 'parallel',
|
252 | 252 | 'prefer-recent', 'relaxed', 'ionice=', 'config=',
|
253 |
| - 'removal-command=', 'use-sudo', 'unix-timestamp', 'syslog=', |
| 253 | + 'removal-command=', 'use-sudo', 'stat-timestamp', 'syslog=', |
254 | 254 | 'force', 'dry-run', 'verbose', 'quiet', 'help',
|
255 | 255 | ])
|
256 | 256 | for option, value in options:
|
@@ -289,8 +289,8 @@ def main():
|
289 | 289 | kw['removal_command'] = removal_command
|
290 | 290 | elif option in ('-u', '--use-sudo'):
|
291 | 291 | use_sudo = True
|
292 |
| - elif option in ('-U', '--unix-timestamp'): |
293 |
| - kw['unix_timestamp'] = True |
| 292 | + elif option in ('-s', '--stat-timestamp'): |
| 293 | + kw['stat_timestamp'] = True |
294 | 294 | elif option in ('-S', '--syslog'):
|
295 | 295 | use_syslog = coerce_boolean(value)
|
296 | 296 | elif option in ('-f', '--force'):
|
|
0 commit comments