Skip to content

Commit

Permalink
Update CLI usage
Browse files Browse the repository at this point in the history
  • Loading branch information
ctison committed Mar 26, 2020
1 parent 8e84252 commit fa26b0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use lib::base_to_base;
fn main() {
let matches = clap_app!(base =>
(version: "1.0.0")
(about: "Convert numbers from any to any base")
(about: "Convert numbers from any base to any other base")
(@arg NUMBER: +required "Number to be converted from FROM_BASE to TO_BASE")
(@arg FROM_BASE: +required "Base in which NUMBER is converted from")
(@arg TO_BASE: +required "Base to which NUMBER is converted to")
Expand Down

0 comments on commit fa26b0b

Please sign in to comment.