From 810c77ba30c65215c2d5e4b6f8a73f3b73e2b152 Mon Sep 17 00:00:00 2001 From: tom barrett Date: Mon, 1 Apr 2019 10:54:28 -0500 Subject: database backup and restore --- src/bin/client.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/bin/client.rs') diff --git a/src/bin/client.rs b/src/bin/client.rs index a91c2dc..9f5fbfc 100644 --- a/src/bin/client.rs +++ b/src/bin/client.rs @@ -34,7 +34,7 @@ fn main() { let server; let mut name = String::new(); - let matches = App::new("space") + let matches = App::new("space client") .subcommand(SubCommand::with_name("mining")) .subcommand(SubCommand::with_name("engines")) .subcommand(SubCommand::with_name("refinery")) -- cgit v1.2.3