tcreate command deprecation - tomb - the crypto undertaker
 (HTM) git clone git://parazyd.org/tomb.git
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 5c70938b67ae5bb7b214ed7cc2f7364ea18edb0e
 (DIR) parent ed879974cd535677aa5c60e0fbba6d40894d0994
 (HTM) Author: Jaromil <jaromil@dyne.org>
       Date:   Wed, 12 Jun 2013 15:39:46 +0200
       
       create command deprecation
       
       Diffstat:
         M tomb                                |       4 ++--
       
       1 file changed, 2 insertions(+), 2 deletions(-)
       ---
 (DIR) diff --git a/tomb b/tomb
       t@@ -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)