Skip to content

Commit

Permalink
Merge pull request #53 from ReagentX/hotfix/cs/fix-crate-name
Browse files Browse the repository at this point in the history
Fix crate name for #52
  • Loading branch information
ReagentX authored Jan 11, 2023
2 parents f4d7119 + 59dca0c commit 8bc5c9a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This crate provides both a library to interact with iMessage data as well as a b

## Binary

The `imessage_exporter` binary exports iMessage data to `txt` or `html` formats. It can also run diagnostics to find problems with the iMessage database.
The `imessage-exporter` binary exports iMessage data to `txt` or `html` formats. It can also run diagnostics to find problems with the iMessage database.

Documentation for the binary is located [here](imessage-exporter/README.md).

Expand Down
4 changes: 2 additions & 2 deletions imessage-exporter/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Binary Documentation

The `imessage_exporter` binary exports iMessage data to `txt` or `html` formats. It can also run diagnostics to find problems with the iMessage database.
The `imessage-exporter` binary exports iMessage data to `txt` or `html` formats. It can also run diagnostics to find problems with the iMessage database.

## Installation

Expand All @@ -10,7 +10,7 @@ There are several ways to install this software.

This binary is available on [crates.io](https://crates.io/crates/imessage-exporter).

`cargo install imessage_exporter` is the best way to install the app for normal use.
`cargo install imessage-exporter` is the best way to install the app for normal use.

## Installing manually

Expand Down
2 changes: 1 addition & 1 deletion imessage-exporter/src/app/options.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ pub const OPTION_EXPORT_PATH: &str = "export-path";
// Other CLI Text
pub const SUPPORTED_FILE_TYPES: &str = "txt, html";
pub const ABOUT: &str = concat!(
"The `imessage_exporter` binary exports iMessage data to\n",
"The `imessage-exporter` binary exports iMessage data to\n",
"`txt` or `html` formats. It can also run\n",
"diagnostics to find problems with the iMessage database."
);
Expand Down

0 comments on commit 8bc5c9a

Please # to comment.