replace command with subcommand

This commit is contained in:
Abraham Toriz 2021-07-13 09:11:51 -05:00
parent bcdad1e138
commit 9d6a17b622
No known key found for this signature in database
GPG Key ID: D5B4A746DB5DD42A
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ use chrono::NaiveDateTime;
#[derive(Debug, Error)]
pub enum Error {
#[error("The command '{0}' is not implemented")]
#[error("The subcommand '{0}' is not implemented")]
UnimplementedCommand(String),
#[error("Sqlite error: {0}")]