Changes between Version 2 and Version 3 of ProjectCommands


Ignore:
Timestamp:
Dec 4, 2013, 4:16:10 PM (12 years ago)
Author:
Mikael Brandström Durling
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ProjectCommands

    v2 v3  
    44This has to be done before you can work within a project.
    55
    6 ==== Usage: ```proj [project-name]```  ====
     6==== Usage: ```proj [-c] [project-name]```  ====
    77If project name is omitted, change to the default project as set by ```selectproject```.
    88
     
    1616List all projects you are registered with. It will also give your current quota and disk usage for the projects.
    1717
    18 ==== Usage: ```listproj``` ====
     18==== Usage: ```listproj [-q]``` ====
    1919
     20If ```-q``` is given, it will only list projects that are using 90% or more of the allocated disk space.
     21
     22
     23