@@ -212,7 +212,7 @@ func init() {
212212
213213 componentSetCmd .Flags ().StringVar (& componentSetPath , "path" , "" , "Path to the project directory. Defaults to the active context project directory." )
214214 componentSetCmd .Flags ().StringVar (& componentSetState , "state" , "" , "State to apply (on, off)." )
215- componentSetCmd .Flags ().StringVar (& componentSetDisposition , "disposition" , "" , "Disposition to apply (enabled, disabled, superceded , distributed)." )
215+ componentSetCmd .Flags ().StringVar (& componentSetDisposition , "disposition" , "" , "Disposition to apply (enabled, disabled, superseded , distributed)." )
216216 componentSetCmd .Flags ().StringVar (& componentSetTLSMode , "tls-mode" , "" , "TLS mode (http, self-managed, mkcert, letsencrypt)." )
217217 componentSetCmd .Flags ().BoolVar (& componentSetYolo , "yolo" , false , "Skip the confirmation prompt." )
218218
@@ -498,7 +498,7 @@ USAGE
498498
499499EXAMPLES
500500
501- sitectl component set fcrepo superceded --isle-file-system-uri private
501+ sitectl component set fcrepo superseded --isle-file-system-uri private
502502 sitectl component set iiif triplet
503503 sitectl component set iiif-topology distributed --iiif-upstream-url https://iiif.example.org
504504 sitectl component set homarus distributed
0 commit comments