summaryrefslogtreecommitdiffstats
path: root/vl.c
diff options
context:
space:
mode:
authorths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>2007-02-20 00:12:07 +0000
committerths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>2007-02-20 00:12:07 +0000
commit0db1137dbf5008d456b9cc80a5cf1222467fed9d (patch)
treefff16b11c6aaac079c8c88878c80591f658c722a /vl.c
parent1f697db9c3c22d3768175dbd70e7d5a68638e7b7 (diff)
downloadhqemu-0db1137dbf5008d456b9cc80a5cf1222467fed9d.zip
hqemu-0db1137dbf5008d456b9cc80a5cf1222467fed9d.tar.gz
Change -tftp option to take a root directory, by Anthony Liguori.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2441 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'vl.c')
-rw-r--r--vl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vl.c b/vl.c
index fd944e0..7a4058f 100644
--- a/vl.c
+++ b/vl.c
@@ -6402,7 +6402,7 @@ void help(void)
" is provided, the default is '-net nic -net user'\n"
"\n"
#ifdef CONFIG_SLIRP
- "-tftp prefix allow tftp access to files starting with prefix [-net user]\n"
+ "-tftp dir allow tftp access to files in dir [-net user]\n"
"-bootp file advertise file in BOOTP replies\n"
#ifndef _WIN32
"-smb dir allow SMB access to files in 'dir' [-net user]\n"
OpenPOWER on IntegriCloud