Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Usage Messgae #6

Merged
merged 1 commit into from
Feb 21, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update Usage Messgae
  • Loading branch information
ORYZAPAO committed Feb 21, 2022
commit 5727dd96f918edf2c615dcc7a20c48931d62f334
2 changes: 1 addition & 1 deletion d88dmp/src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ pub fn get_cmdline_param() -> ArgMatches {
let match1 = App::new(TOOL_NAME)
.version(TOOL_VERSION)
.author(AUTHOR)
.about("D88 Disk Image Reporter.")
.about("D88 Disk Image Dump.")
.arg(
//
Arg::new("*.D88")
Expand Down