Fix: add --last in the comment

This commit is contained in:
Óscar M. Lage 2021-11-16 19:50:23 +01:00
parent 91b918a70e
commit e905688a91

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");