Changeset 53 for confman/confman


Ignore:
Timestamp:
03/30/2006 02:16:07 (6 years ago)
Author:
ccowart
Message:

Typo in rollout, plus support for svn status command

File:
1 edited

Legend:

Unmodified
Added
Removed
  • confman/confman

    r52 r53  
    169169EOF 
    170170;; 
     171          status ) 
     172cat <<EOF 
     173$MYNAME provides a command-line interface to Rescomp's server 
     174configuration management system. 
     175 
     176Usage: 
     177  $MYNAME status [ working_copy ] 
     178 
     179Look at the status entries for the file or directory specified by working_copy. 
     180EOF 
     181;; 
    171182          cp ) 
    172183cat <<EOF 
     
    617628                done 
    618629        fi 
     630} 
     631 
     632function status { 
     633        conf_status $* 
    619634} 
    620635 
     
    810825                exit 0 
    811826                ;; 
    812         setup|s* ) 
     827        setup|se* ) 
    813828                setup $* 
     829                ;; 
     830        status|st* ) 
     831                status $* 
    814832                ;; 
    815833        create|cr* ) 
Note: See TracChangeset for help on using the changeset viewer.