~ubuntu-branches/ubuntu/raring/voxbo/raring

« back to all changes in this revision

Viewing changes to dist/etc/jobtypes/setorigin.vjt

  • Committer: Bazaar Package Importer
  • Author(s): Michael Hanke
  • Date: 2010-06-06 11:33:11 UTC
  • Revision ID: james.westby@ubuntu.com-20100606113311-v3c13imdkkd5n7ae
Tags: upstream-1.8.5~svn1172
ImportĀ upstreamĀ versionĀ 1.8.5~svn1172

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
shortname setorigin
 
3
description set appropriate origin
 
4
invocation commandline
 
5
 
 
6
argument
 
7
 name=infile
 
8
 argdesc=input volume
 
9
 type=string
 
10
end
 
11
 
 
12
argument
 
13
 name=origin
 
14
 argdesc=origin (should be three numbers)
 
15
 type=string
 
16
end
 
17
 
 
18
command setorigin -c $(infile) $(origin)