Fix: add --last in the comment

main
Óscar M. Lage 2021-11-16 19:50:23 +01:00
parent 91b918a70e
commit e905688a91
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ fn main() {
cmd::get_tasks(&config_file, project);
}
// gst stamps
// gst stamps [--last]
("stamps", Some(_matches)) => {
console::info("List of stamps");
let last = _matches.occurrences_of("last");