From 5c70938b67ae5bb7b214ed7cc2f7364ea18edb0e Mon Sep 17 00:00:00 2001 From: Jaromil Date: Wed, 12 Jun 2013 15:39:46 +0200 Subject: [PATCH] create command deprecation --- tomb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tomb b/tomb index 7b846f5..7b549a9 100755 --- a/tomb +++ b/tomb @@ -2008,8 +2008,8 @@ main() { ;; # backward compat create) - check_priv - create_tomb ${=PARAM} + _warning "The create command is deprecated, please use dig, forge and lock instead." + _warning "For more informations see Tomb's manual page (man tomb)." ;; mount|open)