summaryrefslogtreecommitdiffstats
path: root/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs
index 1304c49..c30102a 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -140,7 +140,7 @@ fn run(mut core: WidgetCore) -> HResult<()> {
fn parse_args(core: WidgetCore) -> HResult<()> {
let args = App::new("Lag-free terminal file browser")
.version(clap::crate_version!())
- .author(clap::crate_authors!("\n"))
+ .author(clap::crate_authors!())
.about("Hunt your files at light-speed, armed with full $SHELL integration")
.arg(
Arg::with_name("update")