summaryrefslogtreecommitdiff
path: root/src/cmd/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/mod.rs')
-rw-r--r--src/cmd/mod.rs4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/cmd/mod.rs b/src/cmd/mod.rs
index a5f4884..3657d3e 100644
--- a/src/cmd/mod.rs
+++ b/src/cmd/mod.rs
@@ -2,10 +2,8 @@ pub mod backup;
pub mod init;
pub mod list;
pub mod list_files;
-pub mod show_gen;
-
pub mod restore;
-pub use restore::restore;
+pub mod show_gen;
pub mod get_chunk;
pub use get_chunk::get_chunk;