Created
July 23, 2013 23:17
-
-
Save Thaodan/6066981 to your computer and use it in GitHub Desktop.
how it should not look like
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.TH "usenew" "1" | |
.PP | |
.TH "usenew" "1" | |
.SH "SYNOPSIS" | |
.PP | |
<command/file> | |
.PP | |
.SH "OPTIONS" | |
.SS "general options:" | |
.TP | |
-g --gui | |
enable gui output | |
.TP | |
-h --help | |
show help | |
.TP | |
-H --long-help | |
show this text, long help | |
.TP | |
-V --version | |
show version | |
.TP | |
--revision | |
show revision | |
.TP | |
-v --verbose | |
be more verbose | |
.TP | |
--debug | |
help us in debuting | |
.SS "options:" | |
.TP | |
-b --binpath <binpath> | |
define in wich path usenew will search for wine and CO | |
.TP | |
-r -run-debug | |
don't set WINEDEBUG to default (see ) | |
.TP | |
-d --desktop | |
start file/command in virtual desktop | |
.TP | |
-D --directory | |
tell usenew to change directory to started file | |
.TP | |
-p --prefix | |
replacement for prefix, usenew will ask for prefix is this option is given ( usefull to start Windows programms out of file manager) | |
.SS "commands:" | |
.TP | |
open winefilebrowser | |
.TP | |
open winecontrol | |
.TP | |
control the software of the chosen prefix | |
.TP | |
open control | |
.TP | |
open winecommandline | |
.TP | |
open prefix directory with xdg-open | |
.SS "file specific options:" | |
.SS ".bat/.cmd file" | |
.TP | |
-w, --window | |
open file in new window | |
.PP | |
.SS "*.reg file" | |
.TP | |
-i | |
import regefile | |
.TP | |
-e | |
export the given part of registry to file | |
syntax for export to regfile : | |
usenew [prefix] [regfilename.reg] -e [regpath] | |
.SH "ENVIRONMENT" | |
.TP | |
set path where usenew searchs for wine | |
.TP | |
-2PATH+2 | |
path where usenew searches for wineprefixs, default is $HOME | |
.TP | |
we do nothing with it, will not overridden by if set | |
.PP | |
.SH "SEE ALSO" | |
.PP | |
(1), (1) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment