# File sipper/bin/project.rb, line 9
def __print_usage
  usage = "Usage : sproj [-f] <name_of_project>\nThis command creates a new directory by the name 'name_of_project'\nand creates a directory structure under it for the project.\nThe only optional argument is -f to force create the project directory.\nPlease see user manual for details of the directory structure.\n"
  puts usage
  exit(0)
end