diff --git a/doc/gramps-manual/de/cmdline.xml b/doc/gramps-manual/de/cmdline.xml
index 0f48d7caa..c24c559f1 100644
--- a/doc/gramps-manual/de/cmdline.xml
+++ b/doc/gramps-manual/de/cmdline.xml
@@ -55,32 +55,34 @@
gramps
- &app; database. This format is available
- for both import and export. When not specified, it can be
- guessed if the filename represents a directory.
-
+ &app;-Datenbank. Dieses Format ist sowohl
+ für den Import als auch für den Export verfügbar. Falls
+ nicht gegeben wird es geraten, wenn der Dateiname ein
+ Verzeichnis darstellt.
+
gedcom
- GEDCOM file. This format is available
- for both import and export. When not specified, it can be
- guessed if the filename ends with .ged
+ GEDCOM-Datei. Dieses Format ist für den
+ Import und den Export vefügbar. Falls nicht angegeben
+ wird es geraten, wenn der Dateiname mit .ged endet.
gramps-pkg
- &app; package. This format is available
- for both import and export. When not specified, it can be
- guessed if the filename ends with .tgz
+ &app;-Paket. Dieses Format ist für den
+ Import und Export verfügbar. Falls nicht angegeben wird es
+ geraten, wenn der Dateiname mit .tgz endet.
wft
- Web Family Tree. This format is available
- for export only. When not specified, it can be guessed
- if the filename ends with .wft
+ Web Family Tree. Dieses Format ist nur für
+ den Export verfügbar. Falls nichts angegeben wird es
+ geraten, wenn der Dateiname mit .wft endet.
iso
- CD image. This format is available
- for export only. It must always be specified explicitly.
+ CD-Image. Dieses Format ist nur für den
+ Export vefügbar. Es muss immer ausdrücklich angegeben
+ werden.
@@ -88,46 +90,48 @@
- Import options
- The files destined for import can be specified with
- the
- -i filename
- option. The format can be specified with the -f
- option immediately following the filename.
- If not specified, the guess will be attempted based on
- the filename. For gramps
- format, the filename is actually the
- name of directory under which the gramps database resides. For
- gedcom and gramps-pkg, the
- filename is the name of the
- corresponding file.
-
+ Import-Parameter
+ Die für den Import vorgesehenden Dateien können
+ mit dem
+ -i Dateiname
+ Parameter angegeben werden. Das Format kann mit dem
+ -f Parameter, der sofort auf dem
+ Dateiname folgt.
+ Falls es nicht angegeben wird, wird versucht das Format aus
+ dem Dateinamen zu ermitteln. Für
+ dasgramps-Format, ist
+ Dateiname der Name eines Verzeichnisses,
+ unter dem sich die gramps Datenbank befindet. Für
+ gedcom und gramps-pkg ist
+ Dateiname des Name der entsprechenden
+ Datei.
- When more than one input file is given, each has to be preceded
- by -i flag. The files are imported in the
- specified order, i.e.
- -i file1
- -i file2
- and
- -i file2
- -i file1
- might produce different gramps IDs in the resulting database.
+ Falls mehr als eine Eingabedatei angegeben wird, muss
+ jeder einem -i folgen. Die Dateien werden in
+ der angegebenen Reihenfolge importiert, z.B.
+ -i Datei1
+ -i Datei2
+ und
+ -i Datei2
+ -i Datei1
+ könnte verschiedene gramps-IDs in der resultierenden
+ Datenbank resultieren.
Export options
- The files destined for export can be specified with
- the
+ The files destined for export can be specified with
+ the
-o filename
- option. The format can be specified with the -f
- option immediately following the filename.
- If not specified, the guess will be attempted based on
- the filename. For gramps
- and iso formats, the filename
- is actually the name of directory the gramps database will be written
- into. For gedcom, wft,
- and gramps-pkg, the filename
+ option. The format can be specified with the -f
+ option immediately following the filename.
+ If not specified, the guess will be attempted based on
+ the filename. For gramps
+ and iso formats, the filename
+ is actually the name of directory the gramps database will be written
+ into. For gedcom, wft,
+ and gramps-pkg, the filename
is the name of the resulting file.