Browse Source

Update CLI help.

Steve Thielemann 1 week ago
parent
commit
0fa89e6482
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main.rs

+ 1 - 1
src/main.rs

@@ -44,7 +44,7 @@ enum Commands {
     Update {},
     /// Display information
     Info {},
-    /// Version
+    /// Display version information
     Version {},
 }