diff --git a/src/bottles/commands.txt b/src/bottles/commands.txt index 0379110..26d6251 100644 --- a/src/bottles/commands.txt +++ b/src/bottles/commands.txt @@ -2,4 +2,4 @@ list print_bottles List all available WINE bottles. active print_active_bottle Get the currently active WINE bottle. activate switch_active_bottle Switch the active WINE bottle. config config_command Change configuration options. -create create_bottle +create create_bottle Create a new WINE bottle. diff --git a/src/bottles/help/create b/src/bottles/help/create new file mode 100644 index 0000000..d67cf73 --- /dev/null +++ b/src/bottles/help/create @@ -0,0 +1,8 @@ +cellar create + +Creates a WINE bottle, if a template exists. Or, if asked to create the +template bottle, does so, either by copying the existing bottle at ~/.wine +or asking WINE to generate a new one. + +The template bottle can otherwise be treated the same as any other bottle, +e.g. specified by the global -b argument. diff --git a/src/launch/help/winetricks b/src/launch/help/winetricks new file mode 100644 index 0000000..c114877 --- /dev/null +++ b/src/launch/help/winetricks @@ -0,0 +1,5 @@ +cellar winetricks + +Runs winetricks with the specified arguments. cellar picks up on what packages +you're installing and saves them in cellar.json, which is useful if you decide +to cork this bottle.