| Index: image_to_live.sh
 | 
| diff --git a/image_to_live.sh b/image_to_live.sh
 | 
| index a8ce40c6b619ca731d144a882b5ae0f013e9ab4c..bbb5ec904dff336f9725c7e84ca3c15edd323a1b 100755
 | 
| --- a/image_to_live.sh
 | 
| +++ b/image_to_live.sh
 | 
| @@ -25,7 +25,6 @@ DEFINE_boolean update_known_hosts ${FLAGS_FALSE} \
 | 
|    "Update your known_hosts with the new remote instance's key."
 | 
|  DEFINE_string update_log "update_engine.log" \
 | 
|    "Path to log for the update_engine."
 | 
| -DEFINE_string update_url "" "Full url of an update image."
 | 
|  DEFINE_boolean verify ${FLAGS_TRUE} "Verify image on device after update."
 | 
|  
 | 
|  # Flags for devserver.
 | 
| @@ -45,6 +44,7 @@ DEFINE_string src_image "" \
 | 
|    "Create a delta update by passing in the image on the remote machine."
 | 
|  DEFINE_boolean update_stateful ${FLAGS_TRUE} \
 | 
|    "Perform update of stateful partition e.g. /var /usr/local."
 | 
| +DEFINE_string update_url "" "Full url of an update image."
 | 
|  
 | 
|  # Flags for stateful update.
 | 
|  DEFINE_string stateful_update_flag "" \
 | 
| 
 |