diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/config.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.rs b/src/config.rs index bbee2c9..cd81d43 100644 --- a/src/config.rs +++ b/src/config.rs @@ -11,7 +11,7 @@ const GIT_CONFIG_PREFIX: &'static str = "githubSuggestion."; #[derive(Debug, Error)] pub enum Error { - #[error("Unable to parse arguments")] + #[error("Unable to parse arguments: {0}")] Opts(#[from] getopts::Fail), #[error("Error getting environment variable")] |