Fix: add --last in the comment
This commit is contained in:
parent
91b918a70e
commit
e905688a91
@ -35,7 +35,7 @@ fn main() {
|
|||||||
cmd::get_tasks(&config_file, project);
|
cmd::get_tasks(&config_file, project);
|
||||||
}
|
}
|
||||||
|
|
||||||
// gst stamps
|
// gst stamps [--last]
|
||||||
("stamps", Some(_matches)) => {
|
("stamps", Some(_matches)) => {
|
||||||
console::info("List of stamps");
|
console::info("List of stamps");
|
||||||
let last = _matches.occurrences_of("last");
|
let last = _matches.occurrences_of("last");
|
||||||
|
Loading…
Reference in New Issue
Block a user