Skip to content

Commit

Permalink
improve schedule-backup help info (#43)
Browse files Browse the repository at this point in the history
Change-Id: I36cba1be229a1abb0e1e69cafb07b43f2e83ad37
  • Loading branch information
zhoney authored and Linary committed Aug 14, 2019
1 parent 25c92a8 commit d6678d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/baidu/hugegraph/cmd/SubCommands.java
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ public class ScheduleBackup {
" 'd' means month (1 - 12)," +
" 'e' means day of week (0 - 6) (Sunday=0)," +
" \"*\" means all")
public String interval = "0,0,*,*,*";
public String interval = "\"0 0 * * *\"";

@Parameter(names = {"--backup-num"}, arity = 1,
description = "The number of latest backups to keep")
Expand Down

0 comments on commit d6678d6

Please sign in to comment.