summaryrefslogtreecommitdiffstats
path: root/installer
diff options
context:
space:
mode:
authorDirk von Suchodoletz2007-04-02 15:27:37 +0200
committerDirk von Suchodoletz2007-04-02 15:27:37 +0200
commitd0dd3ec3f18a0b5f1361d3782294618128a58f27 (patch)
treeba8192aaca4a1f3cf390aa99586458935e21ce2c /installer
parent* minor cleanup (diff)
downloadcore-d0dd3ec3f18a0b5f1361d3782294618128a58f27.tar.gz
core-d0dd3ec3f18a0b5f1361d3782294618128a58f27.tar.xz
core-d0dd3ec3f18a0b5f1361d3782294618128a58f27.zip
Trivial fix to match the nbd-server help output in hint ...
git-svn-id: http://svn.openslx.org/svn/openslx/trunk@853 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'installer')
-rw-r--r--installer/OpenSLX/OSExport/ExportType/NBD_Squash.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/installer/OpenSLX/OSExport/ExportType/NBD_Squash.pm b/installer/OpenSLX/OSExport/ExportType/NBD_Squash.pm
index 1a4bafdb..dc6bc2ed 100644
--- a/installer/OpenSLX/OSExport/ExportType/NBD_Squash.pm
+++ b/installer/OpenSLX/OSExport/ExportType/NBD_Squash.pm
@@ -106,7 +106,7 @@ sub showNbdParams
print (('#' x 80)."\n");
print _tr("Please make sure you start a corresponding nbd-server:\n\t%s\n",
- "nbd-server -r $self->{engine}->{'export-path'}");
+ "nbd-server port $self->{engine}->{'export-path'} -r");
print (('#' x 80)."\n");
}