diff options
-rwxr-xr-x | webao | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -46,7 +46,7 @@ w3_parse_option_hook() { opt="$1" optarg="$2" case "$opt" in - -[0-9]*) timestamp="$opt" + -[0-9]*) timestamp="${opt/-/}" check_timestap ;; -y) years=1 ;; -y=*) years="$optarg" ;; |